SftTree/OCX 7.0

SftTreeItems.SelectionCount Property

Softel vdm, Inc.

Returns the number of currently selected items.

Syntax       

Get

VB.NET

Count = object.SelectionCount  As Integer

VB

Count = object.SelectionCount  As Long

C#.NET

int Count = object.SelectionCount;

VC++

long Count = object->SelectionCount;
long Count = object->GetSelectionCount();

C

HRESULT object->get_SelectionCount(long* Count);

Delphi

Count := object.SelectionCount   : Integer;

object

A SftTreeItems object.

Count

Returns the number of currently selected items.

Comments

The SelectionCount property returns the number of currently selected items.

The Items.SelectionGroups property returns the number of groups of selected items.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com